home *** CD-ROM | disk | FTP | other *** search
/ Light & Shade: Niida Takashi / Light & Shade: Niida Takashi.iso / mac / WIN / OPN.Dxr / 00032.ls < prev    next >
Encoding:
Text File  |  1998-09-06  |  162 b   |  11 lines

  1. on exitFrame
  2.   puppetSprite(19, 1)
  3.   if the movieRate of sprite 19 <> 0 then
  4.     go("a")
  5.   else
  6.     puppetSprite(19, 0)
  7.     go("ST")
  8.   end if
  9.   go(the frame)
  10. end
  11.